home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / tools / pc2am.lha / pc2am / Install next >
Text File  |  1994-03-15  |  1KB  |  42 lines

  1. ; Installer script for the PC2Am program
  2.  
  3. (set APPNAME PC2Amiga)
  4.  
  5. (copyfiles 
  6.   (prompt "Copying the handler.")
  7.   (source "L/pc2am-handler")
  8.   (dest "l:")
  9.   (help "The filesystem. Must be installed.")
  10.   (confirm)
  11. )
  12.  
  13. (copyfiles 
  14.   (prompt "Copying the mount receipt. If you have already instelled PC2Amiga, you will probably not want to overwrite your settings, but don't forget to check what's new.")
  15.   (source "Devs/Dosdrivers/PC")
  16.   (dest "Devs:DosDrivers")
  17.   (infos)
  18.   (help "The mount receipt. You may create our own one, but it is recommended\nto copy the original")
  19.   (confirm)
  20. )
  21.  
  22. (copyfiles
  23.   (prompt "Copying the PopPC2Am program.")
  24.   (source "C/PopPC2Am")
  25.   (dest "c:")
  26.   (help "The window-poping utility. Not required but may be useful.")
  27.   (confirm)
  28. )
  29.  
  30. (copyfiles 
  31.   (prompt "Copying doc.")
  32.   (source "PC2Am.guide")
  33.   (dest "HELP:")
  34.   (infos)
  35.   (help "The doc. You will probably need to read it.")
  36.   (confirm)
  37. )
  38.  
  39. (exit
  40.   "Amiga part instalation done. Please refer to the guide how to install the PC part."
  41. )
  42.